<me_changeicon> : Change Macro Icon

This command changes a macro icon.

Syntax: 

<me_changeicon>(ôMacroNameö, ôIconFilePathö, IconIndex)

MacroName
Name of the macro.  The macro with this name must exist otherwise the command fails.

IconFilePath
Full path to a file containing icon (exe, dll, ico, etc.).

IconIndex
Index of the icon within the IconFilePath.

 

Example: 

<#> This macro will change icon of æTestMacro1Æ macro.
<#>
<cmds>
<me_changeicon>(" TestMacro1","shell32.dll",2)